home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 40
/
Vol 40.iso
/
games
/
tripong.swf
/
scripts
/
frame_3
/
PlaceObject2_35_10
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-04-23
|
236 b
|
13 lines
onClipEvent(enterFrame){
if(_parent.soundon)
{
prevFrame();
}
else
{
nextFrame();
}
sound1.setVolume(100 * (30 - _currentframe) / 29);
sound2.setVolume(100 * (30 - _currentframe) / 29);
}